home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / trim_lib / makefile.tc < prev    next >
Encoding:
Makefile  |  1995-03-15  |  693 b   |  31 lines

  1. #
  2. # This is the make file for the trim_lib library for Borland C++ 2.0.
  3. #
  4. # Only large model is created here.
  5. #
  6. #                Gershon Elber, Jun 1989
  7. #
  8.  
  9. # Works only on TC++ 1.0 make and up - swap out make before invoking command.
  10. .SWAP
  11.  
  12. # Get the destination directories:
  13. !include "..\makeflag.tc"
  14.  
  15. OBJS =  iso_crvs.obj trim_aux.obj trim_dbg.obj trim_err.obj \
  16.     trim_ftl.obj trim_gen.obj 
  17.  
  18. POBJS = +iso_crvs.obj +trim_aux.obj +trim_dbg.obj +trim_err.obj \
  19.     +trim_ftl.obj +trim_gen.obj 
  20.  
  21. trim_lib.lib: $(OBJS)
  22.     del trim_lib.lib
  23.     tlib /c trim_lib.lib @&&!
  24. $(POBJS), trim_lib.lst
  25. !
  26.  
  27. install: trim_lib.lib
  28.     copy trim_lib.lib $(LIB_DIR)
  29.  
  30. # Dependencies starts here - do not touch, generated automatically.
  31.